projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1679b98
)
(ibuffer-fontification-alist): Use `font-lock-constant-face' instead
author
Colin Walters
<walters@gnu.org>
Thu, 1 Aug 2002 01:20:59 +0000
(
01:20
+0000)
committer
Colin Walters
<walters@gnu.org>
Thu, 1 Aug 2002 01:20:59 +0000
(
01:20
+0000)
of `font-lock-reference-face'.
lisp/ibuffer.el
patch
|
blob
|
history
diff --git
a/lisp/ibuffer.el
b/lisp/ibuffer.el
index 058a85ce82d55144ed86e5d507f3279926b0941c..eb85fdc064ce48ad4c077bfe6c9ff43b59eed3a5 100644
(file)
--- a/
lisp/ibuffer.el
+++ b/
lisp/ibuffer.el
@@
-133,7
+133,7
@@
elisp byte-compiler."
:group 'ibuffer)
(defcustom ibuffer-fontification-alist
- `((10 buffer-read-only font-lock-
reference
-face)
+ `((10 buffer-read-only font-lock-
constant
-face)
(15 (string-match "^*" (buffer-name)) font-lock-keyword-face)
(20 (string-match "^ " (buffer-name)) font-lock-warning-face)
(25 (memq major-mode ibuffer-help-buffer-modes) font-lock-comment-face)